Class com.symantec.itools.swing.beans.BeanDescriptorAttributes
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.swing.beans.BeanDescriptorAttributes

Object
   |
   +----com.symantec.itools.swing.beans.BeanDescriptorAttributes

public final class BeanDescriptorAttributes
extends Object
Misc Swing defined bean descriptors attributes supported beyond the standard Java Beans.


Variable Index

 o CONTAINER_DELEGATE_ATTRIBUTE
Attribute of type String
 o ENUMERATION_VALUES_ATTRIBUTE
Attribute of type Object[]
 o IS_COMPONENT_ATTRIBUTE
Attribute of type Boolean
 o IS_CONTAINER_ATTRIBUTE
Attribute of type Boolean

Constructor Index

 o com.symantec.itools.swing.beans.BeanDescriptorAttributes()

Variables

 o CONTAINER_DELEGATE_ATTRIBUTE
public static final java.lang.String CONTAINER_DELEGATE_ATTRIBUTE
Attribute of type String

 o ENUMERATION_VALUES_ATTRIBUTE
public static final java.lang.String ENUMERATION_VALUES_ATTRIBUTE
Attribute of type Object[]

 o IS_COMPONENT_ATTRIBUTE
public static final java.lang.String IS_COMPONENT_ATTRIBUTE
Attribute of type Boolean

 o IS_CONTAINER_ATTRIBUTE
public static final java.lang.String IS_CONTAINER_ATTRIBUTE
Attribute of type Boolean

Constructors

 o BeanDescriptorAttributes
public BeanDescriptorAttributes()

All Packages  Class Hierarchy  This Package  Previous  Next  Index